3.405 \(\int \text {sech}^3(e+f x) (a+b \sinh ^2(e+f x))^p \, dx\)

Optimal. Leaf size=78 \[ \frac {\sinh (e+f x) \left (a+b \sinh ^2(e+f x)\right )^p \left (\frac {b \sinh ^2(e+f x)}{a}+1\right )^{-p} F_1\left (\frac {1}{2};2,-p;\frac {3}{2};-\sinh ^2(e+f x),-\frac {b \sinh ^2(e+f x)}{a}\right )}{f} \]

[Out]

AppellF1(1/2,2,-p,3/2,-sinh(f*x+e)^2,-b*sinh(f*x+e)^2/a)*sinh(f*x+e)*(a+b*sinh(f*x+e)^2)^p/f/((1+b*sinh(f*x+e)
^2/a)^p)

________________________________________________________________________________________

Rubi [A]  time = 0.08, antiderivative size = 78, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.130, Rules used = {3190, 430, 429} \[ \frac {\sinh (e+f x) \left (a+b \sinh ^2(e+f x)\right )^p \left (\frac {b \sinh ^2(e+f x)}{a}+1\right )^{-p} F_1\left (\frac {1}{2};2,-p;\frac {3}{2};-\sinh ^2(e+f x),-\frac {b \sinh ^2(e+f x)}{a}\right )}{f} \]

Antiderivative was successfully verified.

[In]

Int[Sech[e + f*x]^3*(a + b*Sinh[e + f*x]^2)^p,x]

[Out]

(AppellF1[1/2, 2, -p, 3/2, -Sinh[e + f*x]^2, -((b*Sinh[e + f*x]^2)/a)]*Sinh[e + f*x]*(a + b*Sinh[e + f*x]^2)^p
)/(f*(1 + (b*Sinh[e + f*x]^2)/a)^p)

Rule 429

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[a^p*c^q*x*AppellF1[1/n, -p,
 -q, 1 + 1/n, -((b*x^n)/a), -((d*x^n)/c)], x] /; FreeQ[{a, b, c, d, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n
, -1] && (IntegerQ[p] || GtQ[a, 0]) && (IntegerQ[q] || GtQ[c, 0])

Rule 430

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Dist[(a^IntPart[p]*(a + b*x^n)^F
racPart[p])/(1 + (b*x^n)/a)^FracPart[p], Int[(1 + (b*x^n)/a)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, n,
p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n, -1] &&  !(IntegerQ[p] || GtQ[a, 0])

Rule 3190

Int[cos[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = Free
Factors[Sin[e + f*x], x]}, Dist[ff/f, Subst[Int[(1 - ff^2*x^2)^((m - 1)/2)*(a + b*ff^2*x^2)^p, x], x, Sin[e +
f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \text {sech}^3(e+f x) \left (a+b \sinh ^2(e+f x)\right )^p \, dx &=\frac {\operatorname {Subst}\left (\int \frac {\left (a+b x^2\right )^p}{\left (1+x^2\right )^2} \, dx,x,\sinh (e+f x)\right )}{f}\\ &=\frac {\left (\left (a+b \sinh ^2(e+f x)\right )^p \left (1+\frac {b \sinh ^2(e+f x)}{a}\right )^{-p}\right ) \operatorname {Subst}\left (\int \frac {\left (1+\frac {b x^2}{a}\right )^p}{\left (1+x^2\right )^2} \, dx,x,\sinh (e+f x)\right )}{f}\\ &=\frac {F_1\left (\frac {1}{2};2,-p;\frac {3}{2};-\sinh ^2(e+f x),-\frac {b \sinh ^2(e+f x)}{a}\right ) \sinh (e+f x) \left (a+b \sinh ^2(e+f x)\right )^p \left (1+\frac {b \sinh ^2(e+f x)}{a}\right )^{-p}}{f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [F]  time = 5.72, size = 0, normalized size = 0.00 \[ \int \text {sech}^3(e+f x) \left (a+b \sinh ^2(e+f x)\right )^p \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Sech[e + f*x]^3*(a + b*Sinh[e + f*x]^2)^p,x]

[Out]

Integrate[Sech[e + f*x]^3*(a + b*Sinh[e + f*x]^2)^p, x]

________________________________________________________________________________________

fricas [F]  time = 0.72, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b \sinh \left (f x + e\right )^{2} + a\right )}^{p} \operatorname {sech}\left (f x + e\right )^{3}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)^3*(a+b*sinh(f*x+e)^2)^p,x, algorithm="fricas")

[Out]

integral((b*sinh(f*x + e)^2 + a)^p*sech(f*x + e)^3, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sinh \left (f x + e\right )^{2} + a\right )}^{p} \operatorname {sech}\left (f x + e\right )^{3}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)^3*(a+b*sinh(f*x+e)^2)^p,x, algorithm="giac")

[Out]

integrate((b*sinh(f*x + e)^2 + a)^p*sech(f*x + e)^3, x)

________________________________________________________________________________________

maple [F]  time = 0.45, size = 0, normalized size = 0.00 \[ \int \mathrm {sech}\left (f x +e \right )^{3} \left (a +b \left (\sinh ^{2}\left (f x +e \right )\right )\right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sech(f*x+e)^3*(a+b*sinh(f*x+e)^2)^p,x)

[Out]

int(sech(f*x+e)^3*(a+b*sinh(f*x+e)^2)^p,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sinh \left (f x + e\right )^{2} + a\right )}^{p} \operatorname {sech}\left (f x + e\right )^{3}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)^3*(a+b*sinh(f*x+e)^2)^p,x, algorithm="maxima")

[Out]

integrate((b*sinh(f*x + e)^2 + a)^p*sech(f*x + e)^3, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {{\left (b\,{\mathrm {sinh}\left (e+f\,x\right )}^2+a\right )}^p}{{\mathrm {cosh}\left (e+f\,x\right )}^3} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*sinh(e + f*x)^2)^p/cosh(e + f*x)^3,x)

[Out]

int((a + b*sinh(e + f*x)^2)^p/cosh(e + f*x)^3, x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)**3*(a+b*sinh(f*x+e)**2)**p,x)

[Out]

Timed out

________________________________________________________________________________________